-
Notifications
You must be signed in to change notification settings - Fork 60
Handle Java 26 in standard places #834
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: BETA_JAVA26
Are you sure you want to change the base?
Conversation
|
Hi @stephan-herrmann, could you please check this PR when you get a moment ?
|
669a661 to
f1a7aa7
Compare
|
@stephan-herrmann some of the changes were already done via #766 |
023f94a to
f7c8c50
Compare
This was not failing on Mac local |
|
Regarding ModuleOptionsTests.testLimitModules_release9: It looks like module jdk.jsobject, which was present in Java 9, has been removed in 26, and hence even |
This passes also for me (on linux). |
|
Some thoughts regarding StratumTest:
|
f7c8c50 to
b63a087
Compare
b63a087 to
1c60692
Compare
Thanks, it is handled now |
We should actually be expecting these two. For previous change in a BETA branch see d193199#diff-9c5fb3d1b7e3b0f54bc5c4182965c4fe1f9023d449017cece3005d3f90e8e4d8 but note that https://download.eclipse.org/eclipse/updates/4.39-Y-builds should be preferred over the generic Y-build URL. |



Fixes : #832
What it does
How to test
Author checklist